runtime.pallocSum.max (method)
7 uses
runtime (current package)
mgcscavenge.go#L755: if p.summary[len(p.summary)-1][ci].max() >= uint(minPages) {
mpagealloc.go#L789: if sum.max() >= uint(npages) {
mpagealloc.go#L824: print("runtime: summary[", l-1, "][", lastSumIdx, "] = ", lastSum.start(), ", ", lastSum.max(), ", ", lastSum.end(), "\n")
mpagealloc.go#L830: print("runtime: summary[", l, "][", i+j, "] = (", sum.start(), ", ", sum.max(), ", ", sum.end(), ")\n")
mpagealloc.go#L848: print("runtime: summary[", len(p.summary)-1, "][", i, "] = (", sum.start(), ", ", sum.max(), ", ", sum.end(), ")\n")
mpagealloc.go#L890: if max := p.summary[len(p.summary)-1][i].max(); max >= uint(npages) {
mpagealloc.go#L1014: func (p pallocSum) max() uint {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |